Project numItems Attributeapp.project.numItems Description The numItems attribute represents the total number of items contained in the project, including folders and all types of footage. Type Integer; read-only. Example n = app.project.numItems alert("There are " + n + " items in this project.") |